home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 14d1.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1999-04-27  |  573 b   |  27 lines

  1. on exitFrame
  2.   global gCursorReady, gMagCursor
  3.   gCursorReady = 1
  4.   gMagCursor = "magCursor"
  5.   if rollOver(10) then
  6.     set the visible of sprite 11 to 1
  7.   else
  8.     set the visible of sprite 11 to 0
  9.   end if
  10.   if rollOver(12) then
  11.     set the visible of sprite 13 to 1
  12.   else
  13.     set the visible of sprite 13 to 0
  14.   end if
  15.   if rollOver(14) then
  16.     set the visible of sprite 15 to 1
  17.   else
  18.     set the visible of sprite 15 to 0
  19.   end if
  20.   if rollOver(16) then
  21.     set the visible of sprite 17 to 1
  22.   else
  23.     set the visible of sprite 17 to 0
  24.   end if
  25.   go(the frame)
  26. end
  27.